Catch 1
select count(SongId) from chartsquery where (genre='Live Performances') and (subgenre='Guitar Rock')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Live Performances')
RowsCount=0